'Declaration Public Overloads Function GetImageRect( _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.Int32, _
ByVal firstRowIndexThe zero based index of first row to decode. Value of this parameter must be multiple McuHeight in sequential mode, and 0 in progressive mode.As System.Int32, _
ByVal rowCountCount of rows to decode. Value of this parameter must be multiple McuHeight in sequential mode, and equal to Height in progressive mode.As System.Int32, _
ByVal scaleScale factor. Value of this parameter must be either 1 or multiple 8 in sequential mode, and either 1 or 8 in progressive mode.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs), _
ByVal intermediateImageRequestDelegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)As System.EventHandler(Of IntermediateImageRequestEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImageRect(
System.Int32 decodingSettings,
System.Int32 firstRowIndex,
System.Int32 rowCount,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings scale,
System.EventHandler<ProgressEventArgs> imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs> intermediateImageRequest
)
public: Vintasoft.Imaging.VintasoftImage* GetImageRect(
System.Int32 decodingSettings,
System.Int32 firstRowIndex,
System.Int32 rowCount,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* scale,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs*>* intermediateImageRequest
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImageRect(
System.Int32 decodingSettings,
System.Int32 firstRowIndex,
System.Int32 rowCount,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ scale,
System.EventHandler<ProgressEventArgs^>^ imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs^>^ intermediateImageRequest
)
Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- firstRowIndex
- The zero based index of first row to decode. Value of this parameter must be multiple McuHeight in sequential mode, and 0 in progressive mode.
- rowCount
- Count of rows to decode. Value of this parameter must be multiple McuHeight in sequential mode, and equal to Height in progressive mode.
- scale
- Scale factor. Value of this parameter must be either 1 or multiple 8 in sequential mode, and either 1 or 8 in progressive mode.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
- intermediateImageRequest
- Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)
Return Value
Image of scaled rectangle of this page.